#!/usr/local/bin/perl #cgi-lib contains functions to manipulate the data contained in html forms require "cgi-lib"; #The readparse function (from cgi-lib) will create an associative array #containing the data from the html form. #Each element of the array will have the same name as the html form item &ReadParse; #Generate http header print "Content-type:text/html\n\n"; #Generate HTML code for AmigaSoc header #Normally the perl print statement is of the form #print "stuff_to_print"; #however as we have quotes ("") within our Stuff_to_print we have to #use alternative quite characters. These are defined with the qq statement #normal choices include the curly braces {} or the pipe symbol || print qq{
}; print qq{